home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / mac / DirectX SDK / DXSDK / samples / Multimedia / Direct3D / EnhancedMesh / readme.txt < prev    next >
Text File  |  2001-10-10  |  1KB  |  39 lines

  1. //-----------------------------------------------------------------------------
  2. // Name: Enhanced Direct3D Sample
  3. // 
  4. // Copyright (c) 1998-2001 Microsoft Corporation. All rights reserved.
  5. //-----------------------------------------------------------------------------
  6.  
  7.  
  8. Description
  9. ===========
  10.    The EnhancedMesh sample shows how to use D3DX to load and enhance a mesh.
  11.    The mesh is enhanced by increasing the vertex count.
  12.  
  13.  
  14. Path
  15. ====
  16.    Source:     DXSDK\Samples\Multimedia\D3D\EnhancedMesh
  17.    Executable: DXSDK\Samples\Multimedia\D3D\Bin
  18.  
  19.  
  20. User's Guide
  21. ============
  22.    The following keys are implemented. The dropdown menus can be used for the
  23.    same controls.
  24.       <Enter>     Starts and stops the scene
  25.       <Space>     Advances the scene by a small increment
  26.       <F1>        Shows help or available commands.
  27.       <F2>        Prompts user to select a new rendering device or display mode
  28.       <Alt+Enter> Toggles between fullscreen and windowed modes
  29.       <Esc>       Exits the app.
  30.  
  31.  
  32. Programming Notes
  33. =================
  34.    This sample makes use of common DirectX code (consisting of helper functions,
  35.    etc.) that is shared with other samples on the DirectX SDK. All common
  36.    headers and source code can be found in the following directory:
  37.       DXSDK\Samples\Multimedia\Common
  38.  
  39.